Fix the default value of the toolbar-style property. (#489782, Jan Janech)
authorMatthias Clasen <mclasen@redhat.com>
Wed, 21 Nov 2007 05:49:35 +0000 (05:49 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Wed, 21 Nov 2007 05:49:35 +0000 (05:49 +0000)
2007-11-21  Matthias Clasen  <mclasen@redhat.com>

        * gtk/gtktoolbar.c: Fix the default value of the toolbar-style
        property.  (#489782, Jan Janech)

svn path=/trunk/; revision=19018

ChangeLog
gtk/gtktoolbar.c

index 0de9e60913c7564f1763618c1fb1e9080d1f1f94..d912ba4c39015f150c7904f1afc203df1fd87624 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-11-21  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtktoolbar.c: Fix the default value of the toolbar-style
+       property.  (#489782, Jan Janech)
+
 2007-11-20  Matthias Clasen  <mclasen@redhat.com>
 
        * gtk/gtkimage.c (animation_timeout): Avoid drawing one too many
index 0d2fe327de40c9b8f5a5836149a1056b1d90bb93..6ed46b9acac4d52c923d1c22ba4309e4a955a030 100644 (file)
@@ -484,7 +484,7 @@ gtk_toolbar_class_init (GtkToolbarClass *klass)
                                                      P_("Toolbar Style"),
                                                      P_("How to draw the toolbar"),
                                                      GTK_TYPE_TOOLBAR_STYLE,
-                                                     GTK_TOOLBAR_ICONS,
+                                                     DEFAULT_TOOLBAR_STYLE,
                                                      GTK_PARAM_READWRITE));
   g_object_class_install_property (gobject_class,
                                   PROP_SHOW_ARROW,